Iterates through a module and generates export function declaration for each
@ExportD function found on it.
If the class itself is @ExportD, it will create a method new(ClassName) to be exported too
* The difference with HipExportDFunctions is that it does not generate
* Static method output when not in script version.
Iterates through a module and generates export function declaration for each @ExportD function found on it. If the class itself is @ExportD, it will create a method new(ClassName) to be exported too * The difference with HipExportDFunctions is that it does not generate * Static method output when not in script version.